type integer造句
例句與造句
- Must be a single - valued attribute of type integer
必須是類型為integer的單值屬性。 - With type integer was added
添加了具有integer類型的 - Ensures that all data types integers , floating point numbers , strings , and so on are correct
確保所有數(shù)據(jù)類型(整數(shù)、浮點數(shù)、字符串等)都是正確的。 - Begintrans returns a value of type integer , indicating the nesting level of the new transaction
值是事務嵌套的層次,如果只能開一層事務,何必要有返回值? - It logically represents a single value , similar to primitive types integer , double , and so on
它在邏輯上表示單個值,與基元類型(整型、雙精度型等)類似。 - It's difficult to find type integer in a sentence. 用type integer造句挺難的
- For example , a parameter of type button color is imported as type integer , since button color is an alias for an integer
例如, button _ color類型的參數(shù)將當作整數(shù)類型導入,這是因為button _ color是整數(shù)的別名。 - Figure f shows the result after two fields have been added , one of type integer and one of type character with an additional editbox to specify the length
圖f顯示了添加兩個字段后的結(jié)果,其中一個字段的類型為integer ,另一個的類型為character (包含一個用來指定長度的附加編輯框) 。 - After the input and output mappings are defined , the final piece to this puzzle is the type mapping - which as you can see maps a java type integer to a relational database type integer
定義了輸入和輸出映射后,困惑我們的最后一點是類型映射?您可以看到,它將java類型( integer )映射到關(guān)系數(shù)據(jù)庫類型( integer ) 。 - If you want to add a field called personid of type integer , which should not be null , and a field name of type character with a length of 42 , which could be null , then the sql command would be
如果要添加名為personid和name的字段,前者的字段類型為integer ,并且不應該為null ,后者的字段類型為character , length為42 ,并且可以為null ,那么, sql命令將如下所示: